<!DOCTYPE html>
<html lang="zh-CN">
<head>
  <meta charset="UTF-8">
<script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script>
<script>LA.init({id:"3Nlj0X8wUypIPmmb",ck:"3Nlj0X8wUypIPmmb"})</script>
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="description" content="本站正在进行安全验证，请稍候...">
  <title>正在安全检测中...</title>
  <style>
    body {
      font-family: "微软雅黑", sans-serif;
      background-color: #f0f0f0;
      text-align: center;
      padding-top: 100px;
      margin: 0;
    }

    .box {
      display: inline-block;
      background: #fff;
      padding: 40px 60px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .title {
      font-size: 24px;
      color: #333;
      margin-bottom: 30px;
    }

    .circle-container {
      position: relative;
      width: 120px;
      height: 120px;
      margin: 0 auto 20px auto;
    }

    .circle-bg, .circle-progress {
      fill: none;
      stroke-width: 10;
    }

    .circle-bg {
      stroke: #eee;
    }

    .circle-progress {
      stroke: #4caf50;
      stroke-linecap: round;
      transform: rotate(-90deg);
      transform-origin: 50% 50%;
      transition: stroke-dashoffset 0.3s linear;
    }

    .percent-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 18px;
      color: #333;
    }

    .msg {
      color: #777;
      font-size: 14px;
      margin-bottom: 20px;
    }

    .btn-skip {
      padding: 10px 20px;
      font-size: 14px;
      background-color: #4caf50;
      color: white;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: background-color 0.2s;
    }

    .btn-skip:hover {
      background-color: #45a049;
    }
  </style>
<script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?16a01ed5274778fee02dba70ee271f67";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
</script>

</head>
<body>
  <div class="box">
    <div class="title">正在安全检测中...</div>
    <div class="circle-container">
      <svg width="120" height="120">
        <circle class="circle-bg" cx="60" cy="60" r="50"/>
        <circle class="circle-progress" cx="60" cy="60" r="50" stroke-dasharray="314" stroke-dashoffset="314" />
      </svg>
      <div class="percent-text" id="percent">0%</div>
    </div>
    <div class="msg">请稍候，正在进行安全验证...</div>
    <button class="btn-skip" onclick="goNow()">立即进入网站</button>
  </div>

  <script>
    const progressCircle = document.querySelector('.circle-progress');
    const percentText = document.getElementById('percent');
    const total = 314; // 2πr
    let progress = 0;

    const timer = setInterval(() => {
      if (progress >= 100) {
        clearInterval(timer);
        goNow();
      } else {
        progress += 1;
        const offset = total - (total * progress / 100);
        progressCircle.style.strokeDashoffset = offset;
        percentText.innerText = progress + "%";
      }
    }, 15); // 1.5秒完成

    function goNow() {
      window.location.href = "https://569739.com/#/?inviteCode=769615"; // ← 替换为你的目标链接
    }
  </script>
</body>
</html>